Skip to content

Conversation

@KazariEX
Copy link
Member

@KazariEX KazariEX commented Jan 7, 2026

fix #5927

Both for ... in and Object.keys() just return string. Current v-for implement in language tools is not consistent with TS behavior. Inferring the type of key as Exclude<keyof T, symbol> instead of string should be the maximum concession we can make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v3.2.0]: v-for with enum key in object doensn't work anymore

1 participant